home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / back_to_work.swf / scripts / DefineButton2_803 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-09-27  |  144 b   |  7 lines

  1. on(release){
  2.    snd = new Sound();
  3.    snd.loadSound(_root.selmusicurl,true);
  4.    play_btn._visible = false;
  5.    stop_btn._visible = true;
  6. }
  7.